Shows the Email app
Parameters
emailSettings
Settings for the email
Types
Link copied to clipboard
data class EmailSettings(val type: NavigationSpec.Email.Type = Type.Plain, val to: List<String> = emptyList(), val cc: List<String> = emptyList(), val bcc: List<String> = emptyList(), val subject: String? = null, val body: String? = null, val attachments: List<Uri> = emptyList())
Settings for the email